(internal_self_insert): `c' is already in "multibyte" form.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 18 Oct 2009 02:08:52 +0000 (02:08 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 18 Oct 2009 02:08:52 +0000 (02:08 +0000)
src/ChangeLog
src/cmds.c

index 6915b17a103034b3cd2bd07780da6c6dee480b74..1d6bc0d64a4072061eb0fa4d64fe58d5fad8e988 100644 (file)
@@ -1,3 +1,7 @@
+2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
+
 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * puresize.h (BASE_PURESIZE): Increase to 1310000.
index c348bed99a691c04a7141f4f582dcfc3848a03bc..9cb287b0296a054af832a9306b9204e6781ade07 100644 (file)
@@ -495,8 +495,6 @@ internal_self_insert (c, noautofill)
       hairy = 2;
     }
 
-  if (NILP (current_buffer->enable_multibyte_characters))
-    MAKE_CHAR_MULTIBYTE (c);
   synt = SYNTAX (c);
 
   if (!NILP (current_buffer->abbrev_mode)